const crypto/tls.masterSecretLength
3 uses
crypto/tls (current package)
prf.go#L80: masterSecretLength = 48 // Length of a master secret in TLS 1.1.
prf.go#L116: return prfForVersion(version, suite)(preMasterSecret, masterSecretLabel, seed, masterSecretLength)
prf.go#L128: return prf(preMasterSecret, extendedMasterSecretLabel, transcript, masterSecretLength)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)